home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / libray / libobj / fl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-09  |  819 b   |  27 lines

  1. /*
  2.  *    fl.h
  3.  *
  4.  *     Copyright (C) 1992, Lawrence K. Coffin.
  5.  *    Parts Copyright (C) 1989, 1991, Craig E. Kolb.
  6.  *    All rights reserved.
  7.  * 
  8.  *    Parts of this program are from "Numerical Recipes in C" by William H.
  9.  *    Press, Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling.
  10.  *
  11.  *    This software may be freely copied, modified, and redistributed
  12.  *    provided that this copyright notice is preserved on all copies.
  13.  *
  14.  *    You may not distribute this software, in whole or in part, as part of
  15.  *    any commercial product without the express consent of the authors.
  16.  * 
  17.  *    There is no warranty or other guarantee of fitness of this software
  18.  *    for any purpose.  It is provided solely "as is".
  19.  */
  20.  
  21. #ifndef FL_H
  22. #define FL_H
  23.  
  24. #define GeomFlCreate(f,g) GeomCreate((GeomRef)FlCreate(f,g), FlMethods())
  25.  
  26. #endif /* FL_H */
  27.